PDF Plugin for Xojo

Page.SetRGBFill Method (console safe)

Sets RGB fill color in full precision.

SetRGBFill(
   r as Single,
   g as Single,
   b as Single)

Parameters

r
Value of the Red channel in range of 0.0 to 1.0
g
Value of the Green channel in range of 0.0 to 1.0
b
Value of the Blue channel in range of 0.0 to 1.0

Remarks

See Also

Page Class